ideas = {

    country = {
		#military#
		
		AZR_under_his_wings = {
			name = AZR_under_his_wings
			picture = AZR_under_his_wings
			cancel = {
				NOT = { is_in_faction_with = GER }
				NOT = { is_guaranteed_by = GER }
			}
			modifier = {
				political_power_cost = 0.3
				stability_factor = 0.1
				army_core_defence_factor = 0.1
			}
		}

		AZR_baku_oil_concessions = {
			name = AZR_baku_oil_concessions
			picture = AZR_baku_oil_concessions
			cancel = {
				OR = {
					NOT = { 
						GER = {
							has_resources_rights = {
  								state = 229
  								resources = { oil }
							}
						}
					}
				}
			}
			modifier = {
				political_power_cost = 0.2
				consumer_goods_factor = -0.1
				industrial_factory_donations = 1
				local_resources_factor = 0.05
			}
		}

	}

}

